home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 007 / tbullets.arc / QBLT7 < prev    next >
Encoding:
Text File  |  1987-10-06  |  1.4 KB  |  29 lines

  1.  
  2. Problem : I tried to COPY the QMODEM.DOC file to my printer, but it
  3.           stops at the bottom of page 39.  What's wrong?
  4.  
  5. Answer  : The .DOC file contains two end-of-file characters (one on
  6.           page 39, one on page 59) which display as left-pointing
  7.           arrows in the IBM PC character set. These characters
  8.           effectively stop a standard DOS COPY operation.  A simple
  9.           circumvention is to use the /B (binary copy) option of the
  10.           DOS COPY command, as follows:
  11.  
  12.                    C>COPY QMODEM.DOC LPT1: /B
  13.  
  14.           A permanent solution, which corrects the QMODEM.DOC file
  15.           once and for all, is to run the QMFIXDOC program against the
  16.           .DOC file.  It will remove these two characters (and others
  17.           which may be offensive to your printers).  This program will
  18.           take a while to run, however, since it reads the .DOC file
  19.           one character at a time.  The version of QMODEM SST 3.1
  20.           posted now has a corrected .DOC file.
  21.  
  22.           NOTE: The Qmodem.DOC file also contains extended graphic
  23.           characters (ASCII>127) used to represent Qmodem screen
  24.           displays.  If your printer does not support the IBM Extended
  25.           Character set, these characters will not print as intended
  26.           (ie, they would print as italic letters on an EPSON FX/MX
  27.           series).
  28.  
  29.